I have a strange problem...
My html code goes like this:
class="naslovlink">[EDIT]
[TITLE]My CSS class looks like this:
.naslovlink, .naslovlink a, .naslovlink a:link, .naslovlink a:active, .naslovlink a:visited
{
color: #5A2401;
font-size: 1.2em;
font-weight: bold;
line-height: 1.2em;
text-decoration: underline;
}
.naslovlink a:hover
{
color: #ffffff;
text-decoration: none;
Now, the problem is that when I go mouseover over link, color of letters change in white, but underline line does not.
Also, when I have got [TITLE] without
[TITLE], font size is much larger.
Can anyone explain what is connection with all this?
Thanks,
Ivan